Click here to Skip to main content
15,918,967 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to retrieve data in a page from another website? Pin
Alvaro Mendez18-Feb-02 6:36
Alvaro Mendez18-Feb-02 6:36 
AnswerRe: How to retrieve data in a page from another website? Pin
mortrr25-Feb-02 11:00
mortrr25-Feb-02 11:00 
AnswerRe: How to retrieve data in a page from another website? Pin
Bill Dean25-Feb-02 10:58
Bill Dean25-Feb-02 10:58 
GeneralHelp!! Problem with System.Drawing... Rectangles always upside down Pin
16-Feb-02 21:00
suss16-Feb-02 21:00 
GeneralRe: Help!! Problem with System.Drawing... Rectangles always upside down Pin
Roger Wright22-Feb-02 11:21
professionalRoger Wright22-Feb-02 11:21 
GeneralASP displays "??????" Pin
Philip Patrick15-Feb-02 12:27
professionalPhilip Patrick15-Feb-02 12:27 
GeneralIE Back button Pin
15-Feb-02 2:12
suss15-Feb-02 2:12 
GeneralRe: IE Back button Pin
Paul Watson17-Feb-02 22:34
sitebuilderPaul Watson17-Feb-02 22:34 
siva_prasad wrote:
After sign out from website if i click back button in IE . it is going back , it should not go to previoues page .
can you help me in this regard i am using ASP software .


Ok, couple of things.

First, put Response.Expires = 0 at the top of any page you want to not be cached.

Second, put some kind of login script at the top of each page you want password protected.

A common example is
VBScript
Response.Expires = 0

If Session("UID") = "" Then Response.Redirect ("login.asp")


Naturally the Login.asp page will need to put the user id into that Session variable.

This way ASP checks each time a person hits a page to see if they are logged in or not.

regards,
Paul Watson
Bluegrass
Cape Town, South Africa

"The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge

Sonork ID: 100.9903 Stormfront
Generalxml Pin
Mazdak14-Feb-02 9:23
Mazdak14-Feb-02 9:23 
GeneralRe: xml Pin
markkuk14-Feb-02 19:50
markkuk14-Feb-02 19:50 
GeneralRe: xml Pin
Mazdak14-Feb-02 19:53
Mazdak14-Feb-02 19:53 
GeneralSession does not work Pin
Mazdak13-Feb-02 22:13
Mazdak13-Feb-02 22:13 
GeneralRe: Session does not work Pin
omkamal14-Feb-02 4:04
omkamal14-Feb-02 4:04 
GeneralRe: Session does not work Pin
Mazdak14-Feb-02 4:31
Mazdak14-Feb-02 4:31 
GeneralAdding dates to a database Pin
Xavier Shay13-Feb-02 14:33
Xavier Shay13-Feb-02 14:33 
GeneralRe: Adding dates to a database Pin
Konstantin Vasserman13-Feb-02 17:01
Konstantin Vasserman13-Feb-02 17:01 
GeneralRe: Adding dates to a database Pin
Xavier Shay14-Feb-02 23:43
Xavier Shay14-Feb-02 23:43 
GeneralRe: Adding dates to a database Pin
15-Feb-02 20:08
suss15-Feb-02 20:08 
GeneralUsing ocx in intranet Pin
12-Feb-02 22:26
suss12-Feb-02 22:26 
GeneralRe: Using ocx in intranet Pin
12-Feb-02 23:02
suss12-Feb-02 23:02 
GeneralNetscape file upload problem Pin
AG12-Feb-02 19:30
AG12-Feb-02 19:30 
GeneralMinimizing the Browser Window Pin
Paul Watson11-Feb-02 23:27
sitebuilderPaul Watson11-Feb-02 23:27 
GeneralRe: Minimizing the Browser Window Pin
Konstantin Vasserman12-Feb-02 18:14
Konstantin Vasserman12-Feb-02 18:14 
GeneralRe: Minimizing the Browser Window Pin
Paul Watson12-Feb-02 20:02
sitebuilderPaul Watson12-Feb-02 20:02 
GeneralRe: Minimizing the Browser Window Pin
Nish Nishant12-Feb-02 18:29
sitebuilderNish Nishant12-Feb-02 18:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.