Re: IE session persistence issue
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
this is not a .Net NG...
have a look at the session object... in classic ASP there was a
session.abandon
method... must be something similar in .Net
D.
akshayjohur wrote:
I am facing an issue with the session persistence. I am automating a website
using Watin and initializing a new instance using VB.net code. The Windows
authentication box is used to logon. The issue am facing is that even though
every time the script is run the Fresh instance of IE(not a new tab) retains
the session from the first instance opened(even if this window is closed).
Clearing of the history/cookies/temp/passwords files doesnt help. The system
has to be restarted.
.
Relevant Pages
- Re: Forms auth ok, session is dead
... Page subclass so every page does this. ... WIth Windows authentication this is easy. ... and recreate all the bits seamlessly or do a FormsAuthenticate.SignOut(so ... now you have no session and no authentication) and redirect them to the same ... (microsoft.public.dotnet.framework.aspnet.security) - Windows Authentication/Session Timeout issue
... We have an intranet application using Windows Authentication. ... application has a timeout set in the web.config file of xx minutes. ... session times out and a user tries to continue working (long lunch, ... (microsoft.public.dotnet.framework.aspnet.security) - RE: windows authenticatin
... the timeout period is what you define it to be in the web.config file. ... doesn't matter if you use Windows Authentication. ... the user starts a new session, ... (microsoft.public.dotnet.framework.aspnet) - Re: Connecting to SQL Server through wireless
... Windows authentication is not supported on the SQL server client. ... There are no credentials in your CE session that can be used ... "olgu" wrote in message ... (microsoft.public.pocketpc.developer) - Re: session sharing from ASP to ASP.NET
... ASP and ASP.NET do not share session data. ... their code within the context of the Classic ASP "Engine". ... (microsoft.public.dotnet.framework.aspnet) |
|