Forum
Forum
DevBlog
Forum management
Threads started by me
Threads I participate in
Get started
Dynamicweb 9
Dynamicweb 10
Swift
Templating
Community
Downloads
Login
Service Desk
Order
Sections
Get started
Dynamicweb 9
Dynamicweb 10
Swift
Templating
Community
Downloads
Forum
DevBlog
Forum management
Threads started by me
Threads I participate in
Developer forum
×
E-mail notifications
E-mail
I'd like to be informed of the updates
Don't bother me with any emails
Forum
»
Development
»
Session end
Session end
E-mail notifications
Reply
Posted on 24/02/2011 19:24:28
Good Day,
How Can I use "Session end" in DynamicWeb?
Thank you for you help.
Replies
Nicolai Høeg Pedersen
Posted on 24/02/2011 19:27:38
Reply
Like any other .net project...
in your global.asax you have a Session_End event:
Sub Session_End(ByVal sender As Object, ByVal e As EventArgs)
' Fires when the session ends
End Sub
Fill it with whatever you like.
Posted on 01/03/2011 17:43:08
Reply
Thank you!
You must be logged in to post in the forum
Login
Username
Password
Forgot your password?