[Zope] Zope Logout Problem

Praveen Kumar praveen at softprosys.com
Thu Sep 11 05:50:11 EDT 2003


Dear Dennis Allison,

     Thanks for your reply, but I think that will embarrass the users,
Isn't it? It also problem to the users who are using Mozilla if they
open in tabs, If we use java script, it will close all other also.  Is
there any other way to do the same?

Thanks & Regards
Praveen
On Thu, 2003-09-11 at 09:59, Dennis Allison wrote:
    The back button gets you into trouble always....  To get a true logout I 
    had to use a bit of javascript to close the browser itself.  )-:
    
    
    On 11 Sep 2003, Praveen Kumar wrote:
    
    > Dear Dieter Maurer,
    > 
    >      Thank you so much for your suggestion. It is Logging out but once I
    > press the back button in the browser it is going to the authenticated
    > page. After Logging out I'm redirecting the page to the login again.
    > Users logs in as another user it is going as an another user only, but
    > pressing the back button only giving the problem. Is there any solution
    > for this?
    > 
    > Thanks & Regards
    > Praveen
    > On Thu, 2003-09-11 at 02:16, Dieter Maurer wrote:
    >     Praveen Kumar wrote at 2003-9-10 11:17 +0530:
    >      > ...
    >      > <dtml-call "RESPONSE.expireCookie('__ac')">
    >     
    >     Cookie expiration is only effective if done
    >     with the same "name", "path" and "domain" parameters
    >     as the cookie definition.
    >     
    >     Almost surely, the cookie definition used:
    >           
    >           setCookie('__ac',...,path='/')
    >     
    >     Therefore, you must use
    >     
    >           expireCookie('__ac',path='/')
    >     
    >     to delete it again.
    >     
    >     
    >     Dieter
    > -- 
    > Regards
    > Praveen Kumar,
    > SoftPro Systems Ltd,
    > Ph: 91-40-23111806
    > 
    > 
    > _______________________________________________
    > Zope maillist  -  Zope at zope.org
    > http://mail.zope.org/mailman/listinfo/zope
    > **   No cross posts or HTML encoding!  **
    > (Related lists - 
    >  http://mail.zope.org/mailman/listinfo/zope-announce
    >  http://mail.zope.org/mailman/listinfo/zope-dev )
    > 
    
-- 
Regards
Praveen Kumar,
SoftPro Systems Ltd,
Ph: 91-40-23111806

-----------------------SOFTPRO DISCLAIMER------------------------------



Information contained in this E-MAIL and any attachments are

confidential being  proprietary to SOFTPRO SYSTEMS  is 'privileged'

and 'confidential'.



If you are not an intended or authorised recipient of this E-MAIL or

have received it in error, You are notified that any use, copying or

dissemination  of the information contained in this E-MAIL in any

manner whatsoever is strictly prohibited. Please delete it immediately

and notify the sender by E-MAIL.



In such a case reading, reproducing, printing or further dissemination

of this E-MAIL is strictly prohibited and may be unlawful.



SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment

hereto is free from computer viruses or other defects. 



The opinions expressed in this E-MAIL and any ATTACHEMENTS may be

those of the author and are not necessarily those of SOFTPRO SYSTEMS.

------------------------------------------------------------------------




More information about the Zope mailing list