Is Laravel "session()" global helper function can be used in the custom WebHooks handler? #531
-
Hello guys, I'm creating a Telegram bot using this package. I have a custom WebHooks handler and I want to use session for storing some data but it didn't work out. The session was not created. Here's my code...
The "session()" is available where I can use it to check for data existence, but I couldn't use it to save data into session. Is anyone knows why? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Telegram server doesn't sends session info, so this solution isn't feasible I think you can use telegraph storage system, please refer to to the docs for more info |
Beta Was this translation helpful? Give feedback.
Telegram server doesn't sends session info, so this solution isn't feasible
I think you can use telegraph storage system, please refer to to the docs for more info