Hi,
you can delete the session cookie by calling clearSession :
http://www.ape-project.org/docs/client/core/clearsession.html
Regards.
On 27/02/2012 12:00, Nicolas wrote:
Hi,
Here is my simple case, I login via login/password, authenticate the
user on the APE server so that it is recognized with a key when he
tries to use APE later. All is fine.
The problem is the following: if the user has started an APE session
(I use sessions), log outs and quickly reconnects with another user
before the 45 seconds are expired.
Then, if this new user reconnects to APE, he will get the same session
as previous one, and obviously that can mess things up.
How would you recommend to deal with that case?
Ideally, I would like to erase the session cookie on the machine when
a new users logins. I need to find out how to do it. There may be
other ways, let me know!
Nicolas.
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/