Ask a Question related to ASP.NET Security, Design and Development.
-
Jonathan wax #1
Automaticall Signout after no activity...
Hi
I am looking for a way to ensure that an asp.net site (using forms authentication) performs a sign out automaticall after a period of time where there has been no activity by the user
Any ideas would be appreciated
Jonathan.
Jonathan wax Guest
-
FormsAuthentication.SignOut() problem
Hi All, (thanks in advance for your time) I have a standard login.aspx page (UserName\Password). When the user successully sign in they are... -
FormsAuthentication.SignOut not working
Hello This SignOut code is not working, any ideas? TIA. public class logout : System.Web.UI.Page { private void Page_Load(object sender,... -
FormsAuthentication.SignOut() not working.
In my search to understand ASP.NET security, I went to www.asp.net and was looking at their beginner source code. Here is the link to the code that I... -
Conditional execution of Signout
Hello, I have a web app with a login page. It all seems to work nicely. The default page redirects to the login, the login redirects to the... -
FormsAuthentication.signout does not ??
I am using forms authentication to secure my pages. For my logout, I created a logout page with FormsAuthentication.signout is called at the... -
Hernan de Lahitte #2
Re: Automaticall Signout after no activity...
Actually, the timeout attribute of the FormsAuth settings along with the
slidingExpirtation value set to "true" gives you this same functionality.
--
Hernan de Lahitte
Lagash Systems S.A.
[url]http://weblogs.asp.net/hernandl[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jonathan wax" <jwax_work@hotmail.com> wrote in message
news:091E7F19-5064-40A5-BC75-89058D9DD516@microsoft.com...authentication) performs a sign out automaticall after a period of time> Hi,
>
> I am looking for a way to ensure that an asp.net site (using forms
where there has been no activity by the user.>
> Any ideas would be appreciated.
> Jonathan.
Hernan de Lahitte Guest



Reply With Quote

