Hello all, I am new to web security and wanted to ask a question. When implementing sessions (which have been assigned with a secure log in) which the session id's are stored in cookies, whats to...
:eek:Hello all, I have another question. In my app I want all *.jsp pages to report how many currently active users are on my site. It could do this one of two ways (that i can think of),
Hiya, thanks for your reply. The router ip issue shouldnt be a problem as any other user behind that router who visited the site would not have a sessionId assigned to them, they could in theory...
Hello everyone, I was wondering if implementing sessions to use cookies and to fall back to url rewriting is a lot more effort than implementing url rewriting on its own. I know it looks a bit...
Hello everyone! First of all, sorry if this is in the wrong forum, i couldnt see a security section on the site, but i guess it falls under server side so here it goes.