gautamaino / gwteventservice

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

where put the eventservice.properties #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello and excuse for my English is very Poor. I am tring to configure my 
environment for unique Id Clients, and i haver 2 question.

In my project the file eventservice.properties is in src/  
com.freelandsite.kiwik.server

And i am not sure if i use the first line or the second Line.

eventservice.connection.id.generator=de.novanic.eventservice.service.connection.
id.SessionConnectionIdGenerator                                                                             
#eventservice.connection.id.generator=de.novanic.eventservice.service.connection
.id.SessionExtendedConnectionIdGenerator

Thanks

Original issue reported on code.google.com by avadillo...@gmail.com on 25 Jul 2015 at 5:30

Attachments:

GoogleCodeExporter commented 8 years ago
The correct setting is:

eventservice.connection.id.generator=de.novanic.eventservice.service.connection.
id.SessionExtendedConnectionIdGenerator

allowing you to have multiple conversations on the same HTTPSession

Regards

Original comment by vlui...@tiscali.it on 28 Jul 2015 at 1:14

GoogleCodeExporter commented 8 years ago
Thank you very Much

Original comment by avadillo...@gmail.com on 28 Jul 2015 at 3:35