I am storing some data in client variable using registry.
The data is only be destroyed when the user click logout.
<cfset IsDeleteSuccussful=DeleteClientVariable("memberid">
However if the user close the browser without logout, the data will maintain in the registry. Is there any way where i can set the expired time or time out for this client variable ?
Thanks in advance.
The data is only be destroyed when the user click logout.
<cfset IsDeleteSuccussful=DeleteClientVariable("memberid">
However if the user close the browser without logout, the data will maintain in the registry. Is there any way where i can set the expired time or time out for this client variable ?
Thanks in advance.