Link to home
Start Free TrialLog in
Avatar of soeding
soeding

asked on

HTTP Header instead of QueryString

See my similar, yet unanswered question at https://www.experts-exchange.com/topics/comp/networks/windowsnt/Q.10076123

To maintain the Client State, you may use a SessionID number in the query string.
There must not be HTML pages in between.

Now I found that at http://www.baukreis.de the Client State is maintained (a) without query string, and (b) though there are HTML pages in between.

HOW DO THEY DO THIS?

They are sending a unique HTTP header tag (the SessionID).
(I know how to send a HTTP header tag.)
Seems to be done by manipulating the server, because it obviously works with HTML pages not produced, too.
Could be the same mechanism as client authentification...

I am using ASP on II-Server, but would be glad just to understand the principles.
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

See the answer here:

https://www.experts-exchange.com/topics/comp/networks/windowsnt/Q.10076123 

Same thing: Cookies

Michel
Avatar of soeding
soeding

ASKER

OK, mplungjan
Avatar of soeding

ASKER

mplungjan,
would you please post your comment as answer, so that I can give you the points
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial