|
-
May 7th, 2005, 02:09 AM
#1
Re: Windows user logoff
Clear the session vars if they're stored in there, redirect the user to some "goodbye" page.
But basically, if it's a windows authentication based app, then you can simply wait until the user closes his window.
-
May 8th, 2005, 06:36 PM
#2
Thread Starter
New Member
Re: Windows user logoff
I dont have any session variables. The whole purpose for me asking this question is since the web page uses windows authentication, when a internal user goes to that page, he gets the login prompt and once he logs in, the page will never prompt for login again unless he close the window.
But we need to provide a way to bring up the login prompt when the user clicks the logoff button or something so that another person can login into the page with his own credentials rather then using one credential for all the users.
I know we can close the window to get the login prompt, but thats not what i wanted.
Will be glad if anyone can shed some light on this.
Thanks again.
-
May 9th, 2005, 08:20 AM
#3
Frenzied Member
Re: Windows user logoff
You can't login and logout from your page like you are thinking with Windows authentication.
For the user to logoff and a new user log on, the current user would have to log off the Windows SYSTEM and the new user log back on. Sorry, but there is no way around that.
Are you using a database?
-
May 10th, 2005, 10:18 AM
#4
Thread Starter
New Member
Re: Windows user logoff
Wey97,
I understand that. For users I am not using database. They go through Active directory.
I heard that we can do the stuff I wanted to do by sending something back in the header information. But not sure how to do that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|