[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

not to allow previous page

Rajkumar Surabhi

6/2/2009 12:03:00 PM

hi all
1.....i my webapplication after logout i dont want to disply the previos
page when click on back button of browser. i want to display the index
page instead of showing previous page when click on back button instead
of shwing previus page hw to do this,

2....i want to expire the session after some idle time.
--
Posted via http://www.ruby-....

3 Answers

Srijayanth Sridhar

6/2/2009 12:10:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

If this is a wish list:

1) I want to be a Beatle
2) I want to be T1000 for a day
3) I want Federer to win the French Open this year...

Brian Candler

6/2/2009 12:56:00 PM

0

Rajkumar Surabhi wrote:
> hi all
> 1.....i my webapplication after logout i dont want to disply the previos
> page when click on back button of browser. i want to display the index
> page instead of showing previous page when click on back button instead
> of shwing previus page hw to do this,
>
> 2....i want to expire the session after some idle time.

If this is a question about web applications work in general, for
example, how HTTP and HTML operate and how browsers are supposed to
respond, then I'm afraid it doesn't belong on this list. Try a w3c list,
or a general web developers list.

If this is a question about the behaviour of a particular browser, then
I'm afraid it doesn't belong on this list. Try a list specific to the
browser in question (e.g. firefox, opera, IE etc)

If this is a question about writing applications in a particular web
framework, then I'm afraid it doesn't belong on this list. Try a list
specific to the framework you are using (e.g. rails, merb, sinatra,
camping etc)
--
Posted via http://www.ruby-....

Srijayanth Sridhar

6/2/2009 1:06:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

More importantly, please frame the questions well. Regardless of where you
are posting, it is hard to determine what you actually want without some
reference.

Thank you,

Jayanth

On Tue, Jun 2, 2009 at 6:25 PM, Brian Candler <b.candler@pobox.com> wrote:

> Rajkumar Surabhi wrote:
> > hi all
> > 1.....i my webapplication after logout i dont want to disply the previos
> > page when click on back button of browser. i want to display the index
> > page instead of showing previous page when click on back button instead
> > of shwing previus page hw to do this,
> >
> > 2....i want to expire the session after some idle time.
>
> If this is a question about web applications work in general, for
> example, how HTTP and HTML operate and how browsers are supposed to
> respond, then I'm afraid it doesn't belong on this list. Try a w3c list,
> or a general web developers list.
>
> If this is a question about the behaviour of a particular browser, then
> I'm afraid it doesn't belong on this list. Try a list specific to the
> browser in question (e.g. firefox, opera, IE etc)
>
> If this is a question about writing applications in a particular web
> framework, then I'm afraid it doesn't belong on this list. Try a list
> specific to the framework you are using (e.g. rails, merb, sinatra,
> camping etc)
> --
> Posted via http://www.ruby-....
>
>