|
<< Click to Display Table of Contents >> Navigation: Telegram > 2019 > 07 > 24 > Telegram_2019-07-24T16 |
2019-07-24T16:14:27
Yes, Eddy. If you set UseCookies, it will keep the same behavior as before
2019-07-24T16:17:33
Ok, But loosing the fact that I can have two sessions in the separate tabs, right?
2019-07-24T16:17:46
Without session id
2019-07-24T16:22:58
if you use cookies you can't have 2 sessions in 2 tabs, unless you use the session id in the url
2019-07-24T16:23:10
because they must have different urls
2019-07-24T16:23:28
so they are going to share the same session, which is not recommended at all
2019-07-24T16:23:40
my demo should be ready by the end of the day today
2019-07-24T16:24:03
hopefully it will show how you can better deai with that case
2019-07-24T16:24:46
Ok, so is there some kind of bug related with tcontentbase and new session system?
2019-07-24T16:25:47
Because I make deep use of content base
2019-07-24T16:27:25
I don't call it bug.
Because sharing the same session with forms out of sync in 2 different tabs has never been supported.
That's why there is an event which allow you to put them in sync again
2019-07-24T16:28:10
you didn't get a visible error message on the browser side before, because of luck. Not because it was working as you imagined
2019-07-24T16:28:31
No, sorry Alex
2019-07-24T16:29:27
My doubt is related to the content base that don't work if I don't use cookies
2019-07-24T16:29:35
it will be simple to make it work in both scenarios
2019-07-24T16:30:29
your prefered solution is to use a different session in another tab right?
2019-07-24T16:30:38
which is what I would do
2019-07-24T16:30:46
Ok don't want to waste your time. I'LL wait for the demo
2019-07-24T16:31:09
Yes
2019-07-24T16:31:56
I think this is another thing, do I?
2019-07-24T16:33:19
it is a different thing, but related to the same area
2019-07-24T16:33:24
but it will also work
2019-07-24T16:33:35
Great