EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  Session user/ cookies

    Posted 12/17/15 05:19 PM

    hello,

    I want to delete the cookies of richui apps,  jsesionid and ltpatoken2.

    If I close my app from browser without logout  and then click my login page again

    to login with another user keeps these two cookies and I get errors about session

    users. If I clear browsing data from browser login page works just fine.

    Which is the best practice for this to have a clear session login for users 

    and avoid such conflicts?

    Thanks

    michaeldefox


  • 2.  Re: Session user/ cookies

    Posted 12/17/15 05:33 PM

    I don't know of any egl way to do this, but if you can create an externaltype javascript widget, the onBeforeUnload function of the document might be of help.

     

    http://stackoverflow.com/questions/1704533/intercept-page-exit-event

     

    Bram_Callewaert