
Philip_Pereira at e-s-p
Oct 24, 2005, 3:45 AM
Post #2 of 3
(2825 views)
Permalink
|
Hey all, Is it possible to complete a cookieless Redirect, but still holding the current SessionID? from my global.asa file, I run this command from a sub: $Response->Redirect( $Server->URL('test.asp', { err => 2 }) ); I call the sub at the start of an asp page What seems to be the problem is that it results in a new Session-id being created, which is not what I want - I want to keep the same session-id. Where am I going wrong? thanks Phil.
|