Keep user connection with subsequent requests
-
sogescomputer
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 6
-
Thank you received: 0
-
-
7 years 2 months ago #6327
by sogescomputer
Hi, I use jbackend to serve my app request to joomla website
In my app I make a post request: '
www.xxx.com//post/user/login' to login.
after login I make other requests, but in logs user id is not registered.
If I make all with postman in chrome it's works fine: user id is registered.
At this point I wonder how to do in the app to keep the connection and log the user id.
thanks.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
7 years 2 months ago #6336
by admin
Hi,
joomla relies on cookies to identify the client session, so you should pass cookies at each requests. jBackend has a "session id" feature, but unfortunately it seems there is a problem with the latest joomla version on session restart.
I am already working on a fix for this and I will release a new version in a couple of days or less. All active subscribers will receive an email notification.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.144 seconds