Opened 16 years ago

Closed 12 years ago

#531 closed enhancement (fixed)

Include session id in expired session log message

Reported by: zspitzer Owned by:
Priority: medium Milestone:
Component: Site Service Version:
Severity: minor Keywords:
Cc: External ID:

Description

When a session id expires the message currently is

Error: Session has expired or is invalid. Please log in again.

Adding the session id to this message

Error: Session d8dc23e0-ffff-ffff-8000-005056c00008_en_7F0000010B060B050B04 has expired or is invalid. Please log in again.

Change History (4)

comment:1 by tomfukushima, 16 years ago

Hi Zac, I see you are on MapGuide internals. Are you able to compile and write code? If so, I think that this change shouldn't be that hard to fix...look for the error message in the resources, search for its message id in the code, then fix it up so that it substitutes the session ID. Test out the change, then submit the patch. Thanks Tom

comment:2 by tomfukushima, 16 years ago

Also, this message is the one that goes to the error.log file right? The one that goes back to the client (if there is one) should probably not have the session ID in it because it doesn't mean anything to the end user.

comment:3 by jbirch, 14 years ago

Version: 2.0.0

Removing version from enhancement request. If this enhancement request has been addressed or is no longer required, please close ticket.

comment:4 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in 2.4 (r6648) and trunk (r6649)

Note: See TracTickets for help on using tickets.