asp.net - Using cookie to store PageID of webpage (which changes often) - is this suitable? -
for first time, need save pageid
variable when user visits asp.net webpage. every time user selects new webpage, pageid
variable updated.
i not allowed utilize session variables @ stage - specifications not allow it.
my question : i've used cookies before when values don't changed - e.g. userid or applicationid. first time utilize value gets changed often. suitable?
as long maintain total size of cookie relative little changing of variable on cookie on every page load not issue.
about cookie size : http://developer.yahoo.com/performance/rules.html#cookie_size
and size limit: http://stackoverflow.com/a/6963585/159270
asp.net cookies webpage
No comments:
Post a Comment