N
NWx
Hi,
Is Cache appropriate to store persistent variables used across the
application? What I want is to store UserID for currently logged user,
SessionID (my own SessionID, which keep track of datetime for login and
logout as well as other info, like Client IP , etc)
My objects I want store to cache are not set-up to expire.
Or should I store them better in Session storage?
Regards
Is Cache appropriate to store persistent variables used across the
application? What I want is to store UserID for currently logged user,
SessionID (my own SessionID, which keep track of datetime for login and
logout as well as other info, like Client IP , etc)
My objects I want store to cache are not set-up to expire.
Or should I store them better in Session storage?
Regards