Click here to Skip to main content
15,914,392 members
Home / Discussions / Web Development
   

Web Development

 
GeneralAdd - Remove between two HTML List Boxes Pin
jerry0davis30-Jan-03 5:59
jerry0davis30-Jan-03 5:59 
GeneralRe: Add - Remove between two HTML List Boxes Pin
DFU2330-Jan-03 6:51
DFU2330-Jan-03 6:51 
GeneralRe: Add - Remove between two HTML List Boxes Pin
Torsten Mauz30-Jan-03 8:00
Torsten Mauz30-Jan-03 8:00 
GeneralRe: Add - Remove between two HTML List Boxes Pin
jerry0davis30-Jan-03 21:50
jerry0davis30-Jan-03 21:50 
GeneralRe: Add - Remove between two HTML List Boxes Pin
jerry0davis30-Jan-03 21:47
jerry0davis30-Jan-03 21:47 
GeneralSearch facility for website Pin
Member 20664930-Jan-03 3:21
Member 20664930-Jan-03 3:21 
GeneralRe: Search facility for website Pin
Jon Sagara30-Jan-03 5:18
Jon Sagara30-Jan-03 5:18 
GeneralSession Object Not Going Away Pin
Kevin McFarlane30-Jan-03 2:16
Kevin McFarlane30-Jan-03 2:16 
Hi,

I have some code on a closing page of my ASP app...

Session("email") = ""
Session.Abandon

A previous page has this code:

email = Session("email")
emailExists = (email <> "")

if not emailExists then
Response.Redirect GetHomeUrl
end if

What I'm finding is that this works fine on my local PC web server (NT4 IIS). That is, if the user clicks "Back" in the browser they are taken to the home page.

But when I upload the pages to the production server (also NT4 but not under my control) this code no longer works. The email still exists. Why?

Kevin
GeneralRe: Session Object Not Going Away Pin
Kevin McFarlane1-Feb-03 0:34
Kevin McFarlane1-Feb-03 0:34 
GeneralError receiving array data via SOAP Pin
EnkelIk30-Jan-03 1:22
EnkelIk30-Jan-03 1:22 
GeneralRe: Error receiving array data via SOAP Pin
EnkelIk30-Jan-03 3:00
EnkelIk30-Jan-03 3:00 
GeneralCase solved Pin
EnkelIk4-Feb-03 23:16
EnkelIk4-Feb-03 23:16 
Generalwhitespace and HTML textbox Pin
devvvy29-Jan-03 21:18
devvvy29-Jan-03 21:18 
GeneralRe: whitespace and HTML textbox Pin
DFU2330-Jan-03 10:26
DFU2330-Jan-03 10:26 
GeneralRe: whitespace and HTML textbox Pin
devvvy30-Jan-03 12:26
devvvy30-Jan-03 12:26 
QuestionWhat is wrong with this ASP code? Pin
rsasalm_29-Jan-03 12:10
rsasalm_29-Jan-03 12:10 
AnswerRe: What is wrong with this ASP code? Pin
DFU2330-Jan-03 10:22
DFU2330-Jan-03 10:22 
GeneralTab control Pin
georgiek5029-Jan-03 11:53
georgiek5029-Jan-03 11:53 
GeneralRe: Tab control Pin
DFU2330-Jan-03 9:12
DFU2330-Jan-03 9:12 
Generalstyle sheets in email Pin
moinuddin29-Jan-03 5:21
moinuddin29-Jan-03 5:21 
GeneralRe: style sheets in email Pin
DFU2329-Jan-03 8:51
DFU2329-Jan-03 8:51 
GeneralRe: style sheets in email Pin
Vasudevan Deepak Kumar30-Jan-03 17:13
Vasudevan Deepak Kumar30-Jan-03 17:13 
GeneralChecking if am ASP session is still active Pin
David Wulff28-Jan-03 14:57
David Wulff28-Jan-03 14:57 
GeneralRe: Checking if am ASP session is still active Pin
Paul Watson29-Jan-03 3:12
sitebuilderPaul Watson29-Jan-03 3:12 
GeneralRe: Checking if am ASP session is still active Pin
DFU2329-Jan-03 8:25
DFU2329-Jan-03 8:25 

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.