Foren / Cotonti / Core Labs / Archive / Cookie check every page load

oc
#1 27. September 2008, 18:57
Is there any way to check cookie only needed ? Actually with header information (like You have X messages or logged in as x) we have to check it every time but is there anyway to do avoid it?
Trustmaster
#2 28. September 2008, 00:01
In fact, login information must be checked each request and it is so on most systems for one reason: otherwise authorization can be fooled.

We could go ahead reinventing the wheel, but is it really worth of it? The overhead is very small.
May the Source be with you!
Kilandor
#3 29. September 2008, 06:02
Nah leave it as is.