Re: [AspClassicAnyQuestionIsOk] session close

2005-11-20 Thread Charles Carroll
Can you please update the page
http://www.learnasp.com/learn/cachenomore.asp
to include that since you have access to the server John.

On 11/19/05, John Shepard [EMAIL PROTECTED] wrote:

  The browser, at least firefox still caches information to disk, even with
 the no-cache set, use

 CacheControl: no-store instead, which blocks both IE and Firefox/Mozilla
 browsers.

 On 11/19/05, Charles Carroll [EMAIL PROTECTED] wrote:
 
  http://www.learnasp.com/learn/cachenomore.asp
 
 
  On 11/19/05, girish nehte [EMAIL PROTECTED] wrote:
   Hello friends,
   I had made an application using ASP, but I am facing problem for
   logging out the user, while the user is on the login page I had stored
  the
   user name in session(username) now on the logout page I remove the
   contents of session  the abandon the session using
   session.contents.remove(username) and
   Session.Abandon
   but still if the user press back button on the browser he is able to
   access the software  when I tried to display the session(username)
  after
   session.abandon the name is displaying. please help me out
   Thank you.
  
  
  
   -
   Enjoy this Diwali with Y! India Click here


 [Non-text portions of this message have been removed]



  SPONSORED LINKS
   Basic programming 
 languagehttp://groups.yahoo.com/gads?t=msk=Basic+programming+languagew1=Basic+programming+languagew2=Computer+programming+languagesw3=Programming+languagesw4=Java+programming+languagec=4s=126.sig=bnac3LCZpttb3c9FvbVU-A
   Computer
 programming 
 languageshttp://groups.yahoo.com/gads?t=msk=Computer+programming+languagesw1=Basic+programming+languagew2=Computer+programming+languagesw3=Programming+languagesw4=Java+programming+languagec=4s=126.sig=1Czd2hKCO9_u4KVZQperFQ
   Programming
 languageshttp://groups.yahoo.com/gads?t=msk=Programming+languagesw1=Basic+programming+languagew2=Computer+programming+languagesw3=Programming+languagesw4=Java+programming+languagec=4s=126.sig=TyHGCjod4YOKITrSq1xccQ
Java
 programming 
 languagehttp://groups.yahoo.com/gads?t=msk=Java+programming+languagew1=Basic+programming+languagew2=Computer+programming+languagesw3=Programming+languagesw4=Java+programming+languagec=4s=126.sig=PZAexF9LyXpKb3HDJSlB1g
  --
 YAHOO! GROUPS LINKS


- Visit your group 
 AspClassicAnyQuestionIsOkhttp://groups.yahoo.com/group/AspClassicAnyQuestionIsOk
on the web.
 - To unsubscribe from this group, send an email to:
[EMAIL PROTECTED][EMAIL PROTECTED]
 - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service http://docs.yahoo.com/info/terms/.


  --



[Non-text portions of this message have been removed]



 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/saFolB/TM
~- 

 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [AspClassicAnyQuestionIsOk] session close

2005-11-19 Thread Charles Carroll
http://www.learnasp.com/learn/cachenomore.asp


On 11/19/05, girish nehte [EMAIL PROTECTED] wrote:
  Hello friends,
  I had made an application using ASP, but I am facing problem for
 logging out the user, while the user is on the login page I had stored the
 user name in session(username) now on the logout page I remove the
 contents of session  the abandon the session using
session.contents.remove(username)   and
  Session.Abandon
but still if the user press back button on the browser he is able to
 access the software  when I tried to display the session(username) after
 session.abandon the name is displaying. please help me out
Thank you.



  -
  Enjoy this Diwali with Y! India Click here

  [Non-text portions of this message have been removed]



  
  YAHOO! GROUPS LINKS


  Visit your group AspClassicAnyQuestionIsOk on the web.

  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]

  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

  



 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/saFolB/TM
~- 

 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [AspClassicAnyQuestionIsOk] session close

2005-11-19 Thread John Shepard
The browser, at least firefox still caches information to disk, even with
the no-cache set, use

CacheControl: no-store instead, which blocks both IE and Firefox/Mozilla
browsers.

On 11/19/05, Charles Carroll [EMAIL PROTECTED] wrote:

 http://www.learnasp.com/learn/cachenomore.asp


 On 11/19/05, girish nehte [EMAIL PROTECTED] wrote:
  Hello friends,
  I had made an application using ASP, but I am facing problem for
  logging out the user, while the user is on the login page I had stored
 the
  user name in session(username) now on the logout page I remove the
  contents of session  the abandon the session using
  session.contents.remove(username) and
  Session.Abandon
  but still if the user press back button on the browser he is able to
  access the software  when I tried to display the session(username)
 after
  session.abandon the name is displaying. please help me out
  Thank you.
 
 
 
  -
  Enjoy this Diwali with Y! India Click here


[Non-text portions of this message have been removed]



 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/saFolB/TM
~- 

 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [AspClassicAnyQuestionIsOk] Session close

2005-11-19 Thread John Shepard
Don't cross post,

Use Session.Contents.RemoveAll() instead of Session.Abandon(), whenever
possible, IIS 5 and up.

To stop IE/Firefox/Mozilla browsers from caching pages, use Cache-Control:
no-store, instead of Cache-Control: no-cache.

On 11/18/05, girish nehte [EMAIL PROTECTED] wrote:

 Hello friends,
 Friends I have made a small Application fir Directory Submission, I am
 facing a problem with my logout module I have created several Users with
 there passwords. Now the problem is that, when the User press the logout
 button I had opened the next window  on that window I removed that session
 variable but still when the user press back button, he is able to access the
 software,  I am displaying the session(Username) on every page, after
 logout still that name i9s displayed, why it is happening I don't know,
 Thank you


[Non-text portions of this message have been removed]



 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/saFolB/TM
~- 

 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[AspClassicAnyQuestionIsOk] session close

2005-11-18 Thread girish nehte
Hello friends,
I had made an application using ASP, but I am facing problem for logging 
out the user, while the user is on the login page I had stored the user name in 
session(username) now on the logout page I remove the contents of session  
the abandon the session using
  session.contents.remove(username)   and
Session.Abandon
  but still if the user press back button on the browser he is able to access 
the software  when I tried to display the session(username) after 
session.abandon the name is displaying. please help me out 
  Thank you.



-
 Enjoy this Diwali with Y! India Click here

[Non-text portions of this message have been removed]



 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/u8TY5A/tzNLAA/yQLSAA/saFolB/TM
~- 

 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/