|
-
Apr 22nd, 2002, 08:28 AM
#1
Session tracked via URL in ASP.NET
Hello,
I have my asp.net web application to track session id across pages using the url, and not cookies, ie in the web.config file:
<sessionState ..... cookieless="true" ........ />
however each link in the page does not embed the id in the url like it is supposed to :
<a href="http://mywebserver/(rqe4ptb333ojxz3kh1t3xqr3)/mypage.aspx"> my link </a>
and so each page i travel to, a new session id is created in the url and the information associated with the previous page's session id is lost.
can anybody tell me what else i need to do to make this work?
thank you,
Kenton Taylor
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|