Showing posts with label servers. Show all posts
Showing posts with label servers. Show all posts

Monday, March 26, 2012

Session Variable dissappears between post backs on Win 2003

I have a problem with a Session variable that dissapears after a
postback of one of my pages.
This only happens on WIn 2003 servers.. it is fine on my XP dev box.
This page opens in another window, but I have ascertained that is is
definitely using the same session ID.
Nowhere on the page do I clear the session variable.. it is only ever
retrieved... this page only works if it is there.
Has anyone had as similar problem? Any help gratefully received!
Dirc
--Is the Windows 2003 server (you say servers which leads me to ask this) part
of a webfarm? You may be losing sessions as you are moved from one server to
another. If this is a the case one way to fix this would be to store session
state on the SQL Server, if you're using one.
Here's an article on how to move session state to the SQL Server. It's easy
to do and has some other benefits such as users not losing their sessions
even if a server in the farm needs to be restarted, etc.
http://idunno.org/dotNet/sessionState.aspx
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
"Dirc Khan-Evans" <dirc.khan-evans@.eurorscgskybridge.com> wrote in message
news:uTgSjp$0FHA.3376@.TK2MSFTNGP14.phx.gbl...
> I have a problem with a Session variable that dissapears after a
> postback of one of my pages.
> This only happens on WIn 2003 servers.. it is fine on my XP dev box.
> This page opens in another window, but I have ascertained that is is
> definitely using the same session ID.
> Nowhere on the page do I clear the session variable.. it is only ever
> retrieved... this page only works if it is there.
> Has anyone had as similar problem? Any help gratefully received!
> Dirc
> --
>
No, no, no..
I mean in multiple environments.. dev, testing and live.
BTW, I have also tried using StateServer, since I have been told it is
more reliable.. but something as simple as this should not happen on a
lightly used test server!
Dirc,
Ok, I didn't realize you meant between multiple environments. So, you've
already stated that this is not hapenning on your development box. Is it
happening on the testing and production servers both? Are other developers
deploying code to the testing or production servers at the same time?
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
"Dirc Khan-Evans" <dirc.khan-evans@.eurorscgskybridge.com> wrote in message
news:%23SNpu5$0FHA.3924@.TK2MSFTNGP14.phx.gbl...
> No, no, no..
> I mean in multiple environments.. dev, testing and live.
> BTW, I have also tried using StateServer, since I have been told it is
> more reliable.. but something as simple as this should not happen on a
> lightly used test server!
> --
>
S. Justin Gengo wrote:

> Dirc,
> Ok, I didn't realize you meant between multiple environments. So,
> you've already stated that this is not hapenning on your development
> box. Is it happening on the testing and production servers both? Are
> other developers deploying code to the testing or production servers
> at the same time?
No.. I am the only one changing anything in the bin folder... I know
where you are coming from.. There are no changes going on that would
cause an IIS restart.
To reiterate: The interesting things to note is that
(a) it always happens with this page.. it is in no way an intermittent
problem,
(b) this only happens when the new page is displayed in another window.
The first page loads fine but after that the session variable totally
dissappears for no apparent reason.. there is no explicit removal of
any Session variables in the code.
(c) It only happens on IIS6/ win 20003 servers. Not XP
(d) The session has the same sessionID for both windows (as expected).
This really smells of a bug to me....
Dirc
Dirc,
Ok, here's a test to try. In the first window create a button that, when
clicked, response.writes the session variable to the page.
Open the page and click the button to confirm the session variable is there.
Then open your second page. Click the first page's session variable button
again to see if the session variable has disappeared. I'm wondering if the
pop-up window is somehow using a different session.
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
"Dirc Khan-Evans" <dirc.khan-evans@.[no_spam_please]eurorscgskybridge.com>
wrote in message news:ODVldSI1FHA.1252@.TK2MSFTNGP09.phx.gbl...
> S. Justin Gengo wrote:
>
> No.. I am the only one changing anything in the bin folder... I know
> where you are coming from.. There are no changes going on that would
> cause an IIS restart.
> To reiterate: The interesting things to note is that
> (a) it always happens with this page.. it is in no way an intermittent
> problem,
> (b) this only happens when the new page is displayed in another window.
> The first page loads fine but after that the session variable totally
> dissappears for no apparent reason.. there is no explicit removal of
> any Session variables in the code.
> (c) It only happens on IIS6/ win 20003 servers. Not XP
> (d) The session has the same sessionID for both windows (as expected).
> This really smells of a bug to me....
> Dirc
> --
>
Do you have anti-virus software running? You stated that you are the
only one changing the bin folder...but if you have anti-virus software
running it could be touching the bin folder. We had the same problem
with session and disabling the anti-virus s/w fixed the problem.
Rosanne
---
Rosanne's Profile: http://www.highdots.com/forums/m283
View this thread: http://www.highdots.com/forums/t3035507

Session Variable dissappears between post backs on Win 2003

I have a problem with a Session variable that dissapears after a
postback of one of my pages.

This only happens on WIn 2003 servers.. it is fine on my XP dev box.

This page opens in another window, but I have ascertained that is is
definitely using the same session ID.

Nowhere on the page do I clear the session variable.. it is only ever
retrieved... this page only works if it is there.

Has anyone had as similar problem? Any help gratefully received!

Dirc
--Is the Windows 2003 server (you say servers which leads me to ask this) part
of a webfarm? You may be losing sessions as you are moved from one server to
another. If this is a the case one way to fix this would be to store session
state on the SQL Server, if you're using one.

Here's an article on how to move session state to the SQL Server. It's easy
to do and has some other benefits such as users not losing their sessions
even if a server in the farm needs to be restarted, etc.

http://idunno.org/dotNet/sessionState.aspx

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Dirc Khan-Evans" <dirc.khan-evans@.eurorscgskybridge.com> wrote in message
news:uTgSjp$0FHA.3376@.TK2MSFTNGP14.phx.gbl...
> I have a problem with a Session variable that dissapears after a
> postback of one of my pages.
> This only happens on WIn 2003 servers.. it is fine on my XP dev box.
> This page opens in another window, but I have ascertained that is is
> definitely using the same session ID.
> Nowhere on the page do I clear the session variable.. it is only ever
> retrieved... this page only works if it is there.
> Has anyone had as similar problem? Any help gratefully received!
> Dirc
> --
No, no, no..

I mean in multiple environments.. dev, testing and live.

BTW, I have also tried using StateServer, since I have been told it is
more reliable.. but something as simple as this should not happen on a
lightly used test server!

--
Dirc,

Ok, I didn't realize you meant between multiple environments. So, you've
already stated that this is not hapenning on your development box. Is it
happening on the testing and production servers both? Are other developers
deploying code to the testing or production servers at the same time?

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Dirc Khan-Evans" <dirc.khan-evans@.eurorscgskybridge.com> wrote in message
news:%23SNpu5$0FHA.3924@.TK2MSFTNGP14.phx.gbl...
> No, no, no..
> I mean in multiple environments.. dev, testing and live.
> BTW, I have also tried using StateServer, since I have been told it is
> more reliable.. but something as simple as this should not happen on a
> lightly used test server!
> --
S. Justin Gengo wrote:

> Dirc,
> Ok, I didn't realize you meant between multiple environments. So,
> you've already stated that this is not hapenning on your development
> box. Is it happening on the testing and production servers both? Are
> other developers deploying code to the testing or production servers
> at the same time?

No.. I am the only one changing anything in the bin folder... I know
where you are coming from.. There are no changes going on that would
cause an IIS restart.

To reiterate: The interesting things to note is that
(a) it always happens with this page.. it is in no way an intermittent
problem,
(b) this only happens when the new page is displayed in another window.
The first page loads fine but after that the session variable totally
dissappears for no apparent reason.. there is no explicit removal of
any Session variables in the code.
(c) It only happens on IIS6/ win 20003 servers. Not XP
(d) The session has the same sessionID for both windows (as expected).

This really smells of a bug to me....

Dirc

--
Dirc,

Ok, here's a test to try. In the first window create a button that, when
clicked, response.writes the session variable to the page.

Open the page and click the button to confirm the session variable is there.
Then open your second page. Click the first page's session variable button
again to see if the session variable has disappeared. I'm wondering if the
pop-up window is somehow using a different session.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Dirc Khan-Evans" <dirc.khan-evans@.[no_spam_please]eurorscgskybridge.com>
wrote in message news:ODVldSI1FHA.1252@.TK2MSFTNGP09.phx.gbl...
> S. Justin Gengo wrote:
>> Dirc,
>>
>> Ok, I didn't realize you meant between multiple environments. So,
>> you've already stated that this is not hapenning on your development
>> box. Is it happening on the testing and production servers both? Are
>> other developers deploying code to the testing or production servers
>> at the same time?
> No.. I am the only one changing anything in the bin folder... I know
> where you are coming from.. There are no changes going on that would
> cause an IIS restart.
> To reiterate: The interesting things to note is that
> (a) it always happens with this page.. it is in no way an intermittent
> problem,
> (b) this only happens when the new page is displayed in another window.
> The first page loads fine but after that the session variable totally
> dissappears for no apparent reason.. there is no explicit removal of
> any Session variables in the code.
> (c) It only happens on IIS6/ win 20003 servers. Not XP
> (d) The session has the same sessionID for both windows (as expected).
> This really smells of a bug to me....
> Dirc
> --
Do you have anti-virus software running? You stated that you are the
only one changing the bin folder...but if you have anti-virus software
running it could be touching the bin folder. We had the same problem
with session and disabling the anti-virus s/w fixed the problem.

--
Rosanne
----------------------
Rosanne's Profile: http://www.highdots.com/forums/m283
View this thread: http://www.highdots.com/forums/t3035507

Tuesday, March 13, 2012

Session variables from nonsecure to secure servers

Hi,

I am working on a website that is adding ecommerce to it. This is a community site where members login and post, with the option of paying for extra services.

When I put the user to "upgrade" page, they are no longer logged in as they were previously. I need to have the user logged in so I know which account to upgrade.

Whats the standard method of doing this ?

Thanks alot
mike123Hi Mike,

You can use cookies to store the login name for user and read that cookie from your secure end.

HTH
That simple eh? Any other options ?

A site I am attempting to model after does it without the use of a cookie :S

Any idea how ?
how about this...

Encrypt the userid in querysting and pass it to your secure page.. where you can decrypt it.

HTH
Hi Longhorn2005,

Sounds like a great idea. Where can I find some example code on how to do that? Any ideas?

Thanks again,
mike123
Hi Mike,

you might wanna have a look at thispost

HTH