473,385 Members | 1,655 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Session vars in ASP app under IIS6 not sticking

Hi, all! Developed a basic ASP web site with MS Access 2k3 as a database
back end. I've developed it on two different Win2k3 servers, and app works
flawlessly on both. However, we just moved it to a client's Win2k3 Server,
and it's not holding any session variables. It IS, however, holding
Application variables, but not session variables. I checked all the usual
things (MS KB, ASPFAQ, etc), but none of them provided any solution. The
only difference I can find between the three servers is that one has the
Enhanced IE Security whosiwhatsis loaded, whereas mine don't.

I've since recreated the website one the target Win2k3 server from scratch,
but still getting the exact same problem.

Help! Any ideas? Thanks!
Jack
Feb 13 '07 #1
4 2326

"Jack Black" <ja********@hotmail.comwrote in message
news:uG*************@TK2MSFTNGP05.phx.gbl...
Hi, all! Developed a basic ASP web site with MS Access 2k3 as a database
back end. I've developed it on two different Win2k3 servers, and app
works flawlessly on both. However, we just moved it to a client's Win2k3
Server, and it's not holding any session variables. It IS, however,
holding Application variables, but not session variables. I checked all
the usual things (MS KB, ASPFAQ, etc), but none of them provided any
solution. The only difference I can find between the three servers is
that one has the Enhanced IE Security whosiwhatsis loaded, whereas mine
don't.

I've since recreated the website one the target Win2k3 server from
scratch, but still getting the exact same problem.

Help! Any ideas? Thanks!

Did you check that Enable Session State is checked on the Options tab under
Application Configuration in IIS?

--
Mike Brind
Feb 14 '07 #2
Yes, session state is enabled, and the default timeout is 20 minutes. Not
using frames or iframes; not loading webpages across directory or domain
boundaries. All the usual things noted in KB and ASPFAQ have been checked
and determined not to be an issue.

Ideas?
Jack

"Mike Brind" <du***@newsgroups.comwrote in message
news:%2********************@TK2MSFTNGP03.phx.gbl.. .
Did you check that Enable Session State is checked on the Options tab
under Application Configuration in IIS?

Feb 14 '07 #3

"Jack Black" <ja********@hotmail.comwrote in message
news:uG*************@TK2MSFTNGP05.phx.gbl...
Hi, all! Developed a basic ASP web site with MS Access 2k3 as a database
back end. I've developed it on two different Win2k3 servers, and app
works
flawlessly on both. However, we just moved it to a client's Win2k3
Server,
and it's not holding any session variables. It IS, however, holding
Application variables, but not session variables. I checked all the usual
things (MS KB, ASPFAQ, etc), but none of them provided any solution. The
only difference I can find between the three servers is that one has the
Enhanced IE Security whosiwhatsis loaded, whereas mine don't.

I've since recreated the website one the target Win2k3 server from
scratch,
but still getting the exact same problem.

Help! Any ideas? Thanks!
Jack

Are you testing with the same client?
Could it be the client config that is causing the problem?

For example if IE is configured to aggressively reject all cookies in the
internet zone including session cookies then this behaviour would be seen.
The same client could work fine with servers in the intranet zone.

I take it you have gone through the site properties dialog tab by tab and
dialog by dialog (esp the App config box) comparing settings?

Does the application or system event logs contain anything that seems
related?
Feb 14 '07 #4
Anthony, thanks for replying!

I've tested with three different IE6 clients. The "working" websites
function perfectly fine on all three clients, and the "failing" website does
so on all three clients, so I think that probably rules out client
configuration as an issue, no?

One other bit of information: the "failing" web server is configured to run
in a DMZ with very tight security. Could there be an issue with the website
accessing style sheets from a server outside the DMZ (client's public
website) versus having the style sheets sitting inside the DMZ? Cross
domain page access isn't an issue, because the code works perfectly on
Win2k3 server sitting outside in the public domain; running from this DMZ
server is where we're seeing issues.

Thanks,
Jack
"Anthony Jones" <An*@yadayadayada.comwrote in message
news:eO****************@TK2MSFTNGP04.phx.gbl...
>
"Jack Black" <ja********@hotmail.comwrote in message
news:uG*************@TK2MSFTNGP05.phx.gbl...
>Hi, all! Developed a basic ASP web site with MS Access 2k3 as a database
back end. I've developed it on two different Win2k3 servers, and app
works
>flawlessly on both. However, we just moved it to a client's Win2k3
Server,
>and it's not holding any session variables. It IS, however, holding
Application variables, but not session variables. I checked all the
usual
things (MS KB, ASPFAQ, etc), but none of them provided any solution. The
only difference I can find between the three servers is that one has the
Enhanced IE Security whosiwhatsis loaded, whereas mine don't.

I've since recreated the website one the target Win2k3 server from
scratch,
>but still getting the exact same problem.

Help! Any ideas? Thanks!
Jack


Are you testing with the same client?
Could it be the client config that is causing the problem?

For example if IE is configured to aggressively reject all cookies in the
internet zone including session cookies then this behaviour would be seen.
The same client could work fine with servers in the intranet zone.

I take it you have gone through the site properties dialog tab by tab and
dialog by dialog (esp the App config box) comparing settings?

Does the application or system event logs contain anything that seems
related?


Feb 14 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: james | last post by:
I am new to php and need some help getting the session variables into include files. (after-thought, Sorry for the drawn out post but I really, really need help....;) Here's what I'm doing.. ...
13
by: Mimi | last post by:
Hello, I am having trouble using the session vars in PHP 4.3.9 OS: Win XP Prof Web Server IIS (is local and there are no links to other servers from the web pages I work on) Browser: IE 6.0 ...
8
by: P. Glassel | last post by:
I'm having problems getting session timeouts to change programmaticlaly under IIS6.0. This is unchanged code that ran as expected under IIS5.0. Anyone else run into this problem? Thx.
5
by: Ronald | last post by:
Hi there! I have a website partly written in ASP in where a shoppingbasket is used. The products of the shoppingbasket are stored in the session-object. (We use IIS6 on Windows 2003). This was...
7
by: Adam Short | last post by:
I'm having all sorts of problems with Sessions, I've been using them for years with out a hitch, all of a sudden the last 6 - 12 months since getting our new Win2003 server it's all gone shakey!!!...
3
by: Mark | last post by:
Ok, I know that .net inherently does not share session data across asp.net projects, but is there any decent work around to this. We already have a big chunk of our application using the asp.net...
5
by: VB Programmer | last post by:
I often use session variables to store the user's security level, and other important info. How secure are session variables? Can someone decrypt it and get the information? (This would be...
1
by: Oleg | last post by:
can I have session timeout set to indefinite? Minding that I run it on 2003 server. Oleg
1
by: Larry Neylon | last post by:
Hi, I'm working on a VBScript application on IIS6 and I'm looking for some advice about the best way of replacing or improving session variable usage. The application is in a secure extranet...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.