uskudarli / cmpe352spring2012group1

Automatically exported from code.google.com/p/cmpe352spring2012group1
0 stars 0 forks source link

Session expiration doesn't prevent user from inserting new services #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Even if the session is expired, my service creation is completed successfully. 
Rather than returning the profile page, I'm redirected to welcome page. 

We should avoid such scenarios somehow.

Reproduction instructions:

->Log in as a user
->Fill the necessary fields in create service
->Wait some time for session to expire
->Press submit in service creation page
! It will redirect you to welcome page, yet the service creation is successful( 
it mustn't be!).

Original issue reported on code.google.com by seckinsa...@gmail.com on 17 Nov 2012 at 12:32

GoogleCodeExporter commented 9 years ago
We agreed that it won't cause any problems at this very early stage.

Original comment by seckinsa...@gmail.com on 20 Nov 2012 at 7:44