*How To Remotely Log-Out a User on GAE*
- *How can the administrator of an application deployed on GAE log-out users? * - *How to modify/edit/set/configure/Delete the Session or Cookies?* In the model file, the following is used for automatic expiration: *auth.settings.expiration = 3600* *auth.settings.long_expiration = 3600*12*2* Currently, when the user logs in *from Safari or Chrome*, the secured parts of the app is still accessible (from Browser's Cache or Session) even *after the Session Files have been Deleted on GAE*. - *How to stop or prevent a user from accessing by deleting the Session or Cookies on GAE?* - *How to Log Out a user remotely on GAE?* Thank you for all the help. *PRACHI* -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

