Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session values available for all scripts except @ domain root??

Status
Not open for further replies.

travisbrown

Technical User
Dec 31, 2001
1,016
So I created a session as part of a login process, and the session is available to areas of the site except the root.

Anyone explain what is going on?

For example, I sign in at
A script at /signin/process.login.asp sets SESSION("test") = TRUE

response.write SESSION("test") displays in all pages (in a global footer) except at or
And yes, the footer is in the default page.
 
Hmm...my session id is changing with every page load. Think it has something to do with the templating engine I built that uses recursive xmlhttp.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top