Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3585

Re: Logging off / invalidating an OpenDocument session

$
0
0

Sadly, no.  I ended up going with cookie invalidation by running OpenDocument and the web application via the same load balancer, but using different paths for each.

 

E.g. this code in the web application which forwards users to OpenDocument

Cookie deletionCookie = new Cookie(JSESSIONID, "");

deletionCookie.setPath("/BOE");

deletionCookie.setMaxAge(0);

response.addCookie(deletionCookie);

 

Thankfully, user licenses aren't a problem for us.


Viewing all articles
Browse latest Browse all 3585

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>