The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
29 views

Requesting advice with Laravel for a “configurator” app

I got a new project that is developed with Laravel. It is a kind of "configurator" webapp to build a vehicle. When the user arrives on the page, (s)he selects a chassis type, then accessories can be ...
0
votes
0answers
184 views

Connecting with OAuth, dealing with logout and browser sessions

I work on a open-source web application (Moodle) which connects to a number of external services such as Google Drive, Dropbox etc. to allow users to exchange files with these services. Primarily we ...
0
votes
0answers
185 views

How can I update the session id in a JSF application?

I am a beginner in web application development and right now I am developing a project in JSF with Glassfish server. During my security audit test, I found one high level error of session id hacking. ...