Having one ticket for multi session of one user

cancel
Showing results for 
Search instead for 
Did you mean: 
hamza_bakkali
Member II

Having one ticket for multi session of one user

Hi,


I'm using 4.2.e and i need to connect to alfresco server by web services, when i start session for (ex:'TestUser') i get a ticket like TICKET_ba06820b626ced93ef9a5726ee36eb943aa052db

when the same user is connected from another browser and he starts a session hi will have the same tiket. if i force the endsession both of sessions will shutdown.

I have checked the same scenario on entreprise 4.1.5 version and i have a new ticket for each session corresponding to this username
1 Reply
pedrotous
Member II

Re: Having one ticket for multi session of one user

In alfresco 4.2 the same ticket is obtained for all the sessions of the same user. If you want to change this behaviour change the repository.properties file located in …./classes/alfresco
Modifing the entry:

# For the pre 4.2 behaviour of one ticket per session set this to false.
authentication.ticket.useSingleTicketPerUser=true
by
authentication.ticket.useSingleTicketPerUser=false