F
Filament3mo ago
Veeral

Persist Laravel Session when FilamentPHP is installed as a package for Admin panel

I have a FilamentPHP setup done on an existing laravel project which has its own frontend/backend logics. existing laravel website runs on example.test and admin panel is set to run on example.test/slug/backend I am having issue with sessions which I have set on my laravel code doesn't seem to persist inside the filament AdminPanel. I am trying to implement an impersonate logic on my laravel code and then using that same logic trying to impersonate the same user on the AdminPanel as well.. Setting up impersonator_id=[user_id] & impersonate=[user_id] into session Any help would be appreciated to resolve this. I have tried a lot of ways but can't seem to figure out the right one. Thank you.
0 Replies
No replies yetBe the first to reply to this messageJoin