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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session ID does not persist in ASP

Status
Not open for further replies.

Madalina

Programmer
Dec 19, 2000
10
RO
I have two ASP simple pages in the same directory. One apge calls another and have different session ID. I have Win NT4 server and Option Pack 4.
Thenk you for helping me.
 
I'm sorry, can you be more descriptive? You have one page that calls another how? Response.redirect, server.redirect? And how are you displaying your session values or setting them.

The more information you give us, the better we are able to try and answer your question. Harold Blackorby
hblackorby@scoreinteractive.com
St. Louis, MO
 
Page a1.asp is like this:
<%@ Language=VBScript %>
<%
Response.write session.SessionID
%>
...
<A HREF=&quot;A2.asp&quot;>A2.asp</A>

and A2.asp is
<%
Response.Write( Session.SessionID ) %>

Session ID is different from page to page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top