Symfony2.8 with PUGXMultiUserBundle: I've got multiple user types (separate entities) and one login form. Users are redirected to different "subsystems", based on user entity type. And now client wants the sessions to be separate, so in two browser windows/tabs it should be possible to login with two users of different types. Is it even possible without creating separate subdomains for each subsystem?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together