How are session variables being dropped? And passing to where? It depends on usage, cookies could be used. Normally in ajax you don't use session data, you pass in query string. But a use case would be helpful.
Oct 14, 2021
2
Level 4
Alternative to using Session Key
When using Datables, especially during intensive ajax search, my session randomly drops. So instead of keeping certain user values in a session, I would like to use another method in which the value can be accessed in both blade and controller. These session values are being used by the query builder.
What are some efficient methods to pass this value. Thanks.
Level 75
1 like
Please or to participate in this conversation.