C
Chip
Maybe this problem has been solved many times. My users frequently bookmark
the URL with sessionID in it and then have all kinds of problems when
subsequent users use that bookmark since the old session is still open. I
need to detect whether the initial URL contatins a sessionID so I can
redirect them to a clean URL. Request.RawURL doesn't give me the sessionID
if it exists on the URL. Is there some other method of digging it out?
Chip
the URL with sessionID in it and then have all kinds of problems when
subsequent users use that bookmark since the old session is still open. I
need to detect whether the initial URL contatins a sessionID so I can
redirect them to a clean URL. Request.RawURL doesn't give me the sessionID
if it exists on the URL. Is there some other method of digging it out?
Chip