I've got things set up to develop Classic ASP on my Windows XP Pro computer and things appear to work just fine with one exception - session variables are not...
Hi George, ... Off hand I can think of two reasons why it might not be working. First, and most likely, your browser might be set to reject session cookies for...
... coded correctly. Cookies are enabled. I have a program with the following code: <% Session("Test") = "Hello" %> <% response.redirect "test1.asp" %> ...
Cookies are definitely not an issue (I can log into all sites on the Internet) and the problem is showing in both IE7 and Firefox. I went ahead and added a...
Do you have a global.asa file? Your global.asa file should have a sub Session_OnStart 'some code Dim session("test") Session.test = "" end sub I think it might...
A few minor changes and it works for me..... Test1.asp <% Session.Timeout = 30 Session("Test") = "Hello" Response.Redirect("Test2.asp") %> and Test2.asp <%...
This is a known (but basically unreported) error with IIS6 and classic ASP. If you implicitly set your session.timeout to a specific value it can help, but...
walterw@...
May 4, 2007 3:14 am
12114
you must be under contract to be vague or something. next two questions would be: 1) how is your object defined? 2) what is the exact error message? The...
I went ahead and changed the code to what you have but that didn't appear to have any effect on things. The code works on my laptop and at work, but not on my...
Hmmm. My problem is via localhost on my home desktop, so I'm the only one on it. If I set the session variable then read it within the same program then it...
Ooc, Have you tried actually navigating to another page and then navigating to the page which shows the session? It shouldn't matter, _but_ I've had this...
I am pretty sure I've already seen this same email. I thought I had responded before however if I didn't, it may be because no answer can be given that wasn't...
Thanks for the guess but unfortunately that didn't work either, so I'm completely at a loss, unless as suggested, it is just a bug and there's nothing I can do...
In the tests I ran, granted it was only two servers - but both were professionally hosted, I'd look at the Session.SessionID - and it would change as often as...
walterw@...
May 5, 2007 3:09 am
12122
George, What do you mean when you say "another program"? Do you mean: 1) a different page within the same application, or 2) a different page in a different...
... I mean that the following works: <% Session("Test") = "Hello" Response.Write Session("Test") %> but if I redirect to another page or use a link to get...
It appears that the problem is within the browser itself. I just tried my test within Internet Explorer 7 and it worked just fine. (I thought that I had...
I think you missed my question about the application (being same or different). My question had to do with "web" applications. When you go from the first page...
Alex - Okay, now I understand. The test programs are both on my computer in the same folder. This is a Firefox thing, as it works properly in IE. I've looked...
One way I can get my firefox to NOT keep the session for localhost is to go to Tools > Options > Privacy > Cookies section > Exceptions > add address/site...
... is to go to Tools > Options > Privacy > Cookies section > Exceptions > add address/site localhost with status of block. Have you checked this? (I figured...
I have a script, it looks like javascript, but it may be something else. It uses Math.pow(x,y). This is x raised to the y power. I see there's a vbs function...
EXP(n) is the inverse of the LOG() function. No you do not want this... I think what you want in VBscript is "result = number ^ exponent" Try this.... ...
Thanks, I thought about the ^ late yesterday, but didn't get a chance to try it yet... I think that may be the ticket. ... [Non-text portions of this message...
Hello All: I am not sure the best way to approach this. Is there a control in ASP.Net 2.0 that would allow me to display a thumbnail image, and when I click on...
I have a page that when submitted passes form variables to let's call it page2. Page2 does not really display or return anything, it formats and sends an email...
Hi Madòrick, ... No. You can't FORCE a submit, but you can request one. ... No. Post data is not preserved. ... The simplest way to handle this is to spit the...
plz help any1 regarding reservation project i'm in college i'm doing airlines sysytem(site) i met with some probs. plz guide me. send any reservation project...