Level 75
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.
1 like
Summer Sale! All accounts are 50% off this week.
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.
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.
Please or to participate in this conversation.