Developer forum

Forum » Feature requests » Notifier for Extranet logout

Notifier for Extranet logout


Reply

I've implemented a subscriber for the extranet login notifier. It works nicely, when the redirect page is the same as the login page.

 

To get full advantage of the login notifier, there must be an logoff notifier as well. This is not present at the current version 18.16.1.1.

 

It is possible to use some quick and dirty solution to capture the logoff/session end event, but these are not working properly, so i dont want to use these.

 

So my feature request would be to implement a OnExtranetLogoff method.


Replies

 
Reply

Please keep your postings in English.

 
Reply
Sorensen wrote:

Please keep your postings in English.

Its done :) Sorry.

 
Reply

Hehe... That's ok.

 

Actually the feature you're requesting is available in the new release. I remember seing you name on the registration list for Tech Review, but don't know if you attended:), but I mentioned two new notifications for extranet logon and logoff instead of the one we introduced in the previous release based on your suggestion. Check out this page http://developer.dynamicweb.dk/Tech-Review-2008-3-30188.aspx for details on the new application, and check slide no. 13 in the Power Point avaliable at the bottom of the page.

 
Reply

Yes i attended the Tech Review :)

 

The OnExtranetLogin notifier you presented is the one im using, there is no problem there.

 

The other one is a OnExtranetLoginFailed. I would use this notifier for login failures, not for logoffs. The loginfailed class only has a single public method, Reason.

 

I dont know if im doing wrong. In my login notifier, im updating a application variable with the userid, but it does not make sense removing the userid from the application variable with the loginfailed method.