[Cppcms-users] Session expired
Brought to you by:
artyom-beilis
From: Christian G. <chr...@gm...> - 2012-11-26 07:28:49
|
Hi all. Is there a way to detect if a user session (stored on the server side) expired? I have he following problem. My cppcms app is running on an embedded device where /tmp is only 25 MB big (tmpfs). I have a separate data partition (1GB) to store generated zip files and uploaded update files. I want to create a subfolder (session_coockie) in that partition so that it is possible that multiple session could work in 'parallel'. Now I am looking for a way to delete the subfolder if the session expired. thanks -- Christian Gmeiner, MSc |