Do not re-create session id .net cookieless sessions
Posted
by nLL
on Stack Overflow
See other posts from Stack Overflow
or by nLL
Published on 2009-09-21T11:36:11Z
Indexed on
2010/06/07
11:52 UTC
Read the original article
Hit count: 290
Due to target audience I am using .net cookieless sessions in auto-detect mode and time to time I get visitors redirected with cookiless session url like
domain.com/(S(jdhdghdghd))/default.aspx
Problem is, if I call this url after session expired .net will re-create it. What I want to find out is a way to force .net to create another session id instead of using the one that came with url.
Is it possible?
© Stack Overflow or respective owner