Question
End active session on server
Hi ,
Is there way to end session on server.
I tried various ways like
1. <cfset StructClear(Session)>
2. <cfset getPageContext().getSession().invalidate()>
3. <cfset this.sessionTimeout = createTimeSpan( 0, 0, 0, 1 ) />
But None seems to removing entries from Active session list.
Am i Missing something?
