Have a peek at this url:
http://www.developer.com/net/vb/arti...0926_2194411_2
hth,
--
Dana Coffey
Microsoft MVP - ASP.NET
www.aspforblondes.com
http://weblogs.asp.net/danac/
"Lauchlan M" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi
>
> I want to end a user session and get rid of the SessionID for the user
> session (so that IIS or the browser will create a new one).
>
> But it's read only:
>
> <<
> 'System.Web.SessionState.HttpSessionState.SessionID' cannot be assigned
> to -- it is read only
> >>
>
> So I can't just assign "" or null to it.
>
> Session.Abandon doesn't cut the mustard either . . .
>
> So, how do I clear the sessionID to start a new user session?
>
> Thanks!
>
> Lauchlan M
>
>