sndirsch / ingress-ice

MIT License
17 stars 11 forks source link

Add support for 'sessionid' cookie as alternative to "SACSID" cookie #3

Closed sndirsch closed 4 years ago

sndirsch commented 4 years ago

Just recently I noticed that 'SACSID' cookie is only valid for 24 hours and apparently disappears from the cookie list completely eventually!

Therefore I tried to use 'sessionid' cookie instead, which is valid for 14 days (!) and figured out that it apparently works as well as alternaive to the 'SACSID' cookie.

So it would be useful to support 'sessionid' as well. Shouldn't be that hard to to add this to the config file and javascript code.

sndirsch commented 4 years ago

Fixed by release ingress-ice-4.5.7