473,386 Members | 1,973 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,386 software developers and data experts.

Yes: The SESSION cookie is never created

Yes. The session_onstart event will fire for every pull BECAUSE no
SESSIONID cookie is ever created and the server has to assume that
every HTTP REQUEST frame is a new session. The response object is
actually just setting a header, of course.

Every redirect is sending a header to the browser equivalent to a
"meta refresh" and that once again triggers the session_onstart.

Geezus. Duh.
Jul 19 '05 #1
3 1256
ou***@ou812.com wrote:
Yes. The session_onstart event will fire for every pull BECAUSE no
SESSIONID cookie is ever created and the server has to assume that
every HTTP REQUEST frame is a new session. The response object is
actually just setting a header, of course.

Every redirect is sending a header to the browser equivalent to a
"meta refresh" and that once again triggers the session_onstart.

Geezus. Duh.

Uuumm, to what is this referring?

It helps to quote a little bit of the message to which you are replying so
that people will know what you are talking about ...
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #2
On Fri, 25 Jun 2004 14:51:33 -0400, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:

I meant to reply to messageID "uI**************@TK2MSFTNGP12.phx.gbl"
from Mark Schupp 6/24/2004. Apologies. I clicked the wrong thing.
ou***@ou812.com wrote:
Yes. The session_onstart event will fire for every pull BECAUSE no
SESSIONID cookie is ever created and the server has to assume that
every HTTP REQUEST frame is a new session. The response object is
actually just setting a header, of course.

Every redirect is sending a header to the browser equivalent to a
"meta refresh" and that once again triggers the session_onstart.

Geezus. Duh.

Uuumm, to what is this referring?

It helps to quote a little bit of the message to which you are replying so
that people will know what you are talking about ...
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


Jul 19 '05 #3
On Fri, 25 Jun 2004 18:45:21 GMT, ou***@ou812.com wrote:

In saying "Geezus. Duh", I was commenting on my own confusion.

Thanks.
Yes. The session_onstart event will fire for every pull BECAUSE no
SESSIONID cookie is ever created and the server has to assume that
every HTTP REQUEST frame is a new session. The response object is
actually just setting a header, of course.

Every redirect is sending a header to the browser equivalent to a
"meta refresh" and that once again triggers the session_onstart.

Geezus. Duh.


Jul 19 '05 #4

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

Similar topics

27
by: mrbog | last post by:
Tell me if my assertion is wrong here: The only way to prevent session hijacking is to NEVER store authentication information (such as name/password) in the session. Well, to never authenticate...
1
by: Andrew | last post by:
When I use a host file entry to point to the host header of the site that I have created on a Win2k server running IIS5, a cookie is not created to hold the session id. The result is that...
2
by: Gordon Burditt | last post by:
I had this idea about preventing session fixation, and I'm wondering what anyone else thinks about it. The idea is, essentially, don't allow session ids that YOUR PHP didn't generate (and aren't...
11
by: Glenn | last post by:
Hi I've been experimenting with managing state using the Session object. I've created a simple WS with a couple of methods, one which sets a string value, another that retrieves it. Each...
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:
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...

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.