clearSession
(since )
clear you APE session
Description
string
clearSession
(
)
Clear the sessions, remove events, stop all running request, reset your sessid and pubid.
Examples
//ape var is a reference to APE instance
//Error 004 is fired when you sent a bad sessid (this can happen if the client experience some connection issue longer than 45sec)
ape.onError('004', function() {
ape.clearSession();
ape.initialize(ape.options); //Reinitialize APE class
});
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
