This is a migrated thread and some comments may be shown as answers.

Notification timeout FormsAuthentication ticket

1 Answer 70 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Alan T
Top achievements
Rank 1
Alan T asked on 20 Jun 2012, 11:07 AM
Hi there, i've been looking at your session timeout notification demo, and i was wondering whether this could work in conjunction with the forms authentication ticket?

I'm sure it would be relatively straight forward, any chance you could point me in the right direction ?

Alan

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 21 Jun 2012, 10:35 AM
Hi Alan,

 The session timeout demo simply shows a way to configure the RadNotification to show at a certain time and how its callback can renew the session. Where you obtain the length for the ShowInterval depends on your scenario, yet the session timeout is likely to work in all major cases. The control itself does not monitor the session and is not related to the authentication on the site. You can, for example, check if the user is authenticated and if not - simply remove the notification if this is what you want to do (Visible=false). The formt authentication ticket itself is just the way the session / user id is passed between the server and the client.


Regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Notification
Asked by
Alan T
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or