Hi all, i have to measure the time a user is inactive within
a location inside a domain (for example www.mydomain.com). I configured a virtualhost in such a way that every
time users access such a location it’s setted a cookie so, server side, I
can control some authorization rules: <Location "/mylocation"> … Header set Set-Cookie:
"ra-%t; path=/; expires=Sat, 10-Oct-15 08:08:32 GMT; domain=.mydomain.com" … </Location> I’d like to use an existent cookie and not to
create another for example, adding a further field. Is there a way to update, for example every time
users acces a particular location, information inside the cookie, thus a custom
field? Tnx a lot, Luca |