• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Kill User Session On Browser Closed
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Kill User Session On Browser Closed


  • Subject: Re: Kill User Session On Browser Closed
  • From: George Domurot <email@hidden>
  • Date: Wed, 23 Jan 2013 05:42:02 -0800

How about a simple META refresh tied to your session timeout setting?

-G

On Jan 23, 2013, at 5:26 AM, Raymond NANEON <email@hidden> wrote:

Hi List,

I want to kill session of the web apps when user don't use logOut Button to quit the apps properly. I thought to this _javascript_ but I think there is another way do it clearly

window._onunload_ = function () {

 if((window.event.clientX<0) && (window.event.clientY<0)) {
      
       window.open("logoffPage");     
         
Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden


  • Follow-Ups:
    • Rép : Re: Kill User Session On Browser Closed
      • From: Raymond NANEON <email@hidden>
References: 
 >Kill User Session On Browser Closed (From: Raymond NANEON <email@hidden>)

  • Prev by Date: Kill User Session On Browser Closed
  • Next by Date: Bug with frameworks as jar and bundless build
  • Previous by thread: Kill User Session On Browser Closed
  • Next by thread: Rép : Re: Kill User Session On Browser Closed
  • Index(es):
    • Date
    • Thread