Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prenotazione appelli #14

Open
intersimone999 opened this issue Dec 12, 2015 · 0 comments
Open

Prenotazione appelli #14

intersimone999 opened this issue Dec 12, 2015 · 0 comments
Labels
Milestone

Comments

@intersimone999
Copy link
Contributor

La prenotazione appelli funziona, ma c'è un bug latente: quando prendiamo le informazioni sull'esame, prendiamo anche l'"action" del form. Questa action contiene il JSessionID.
Il problema è che se uso queste informazioni per prenotarmi quando la sessione è scaduta, avrò un altro JSessionID, e quindi la prenotazione non funzionerà.

Questo scenario non è tanto irrealistico, soprattutto per l'app mobile, che tende a fare caching delle informazioni, quindi potrebbe riusare le informazioni di un'altra sessione.

Una soluzione potrebbe essere quella di mettere un placeholder al posto della sessione, che si potrebbe riconoscere con un'espressione regolare, e poi sostituirla ogni volta con la sessione vera e propria.

@intersimone999 intersimone999 added this to the Versione 1.1 milestone Dec 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant