Hey,

Sessions created automatically when someone visits the application.
You don't need call WApplication::quit() to implement a logout because
there is no reason to terminate the session, you just make some user
anonymous.
You can identify not anonymous users not by Wt sessions, but by using
information in cookies and check them upon new application (Wt session)
creating.

-- 
// Dmitriy.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to