Deeplinks and security

0
Just to make sure, the Deeplink module does not (automatically) reset security as well? Right ?? Assuming it does not, could I create a Deeplink that "also" refires security, based on the suggestions on Security reset that where done in the posts over last weekend??? That logic now does work, but "resets" me on de homepage (and by doing that also resets Security) and I should land on an alternate homepage.
asked
1 answers
1

You could create a deeplink url and from the homepage trigger the url if it exists. So on the function to reload security create a deeplink object linked to your user and with the data need to get back to the point you're currently at (and the function of course) Then reload security and the deeplink is triggered from the homepage bringing you to the previous position and then as a last point of action the deeplink should be destroyed.

answered