Redirection on button click which is in email
Hello.I have one HRMS project. I have maintained sessions here after login.
Every page check session first. If its null, redirect to Login.
There are multiple modules involved.
In module "Leave", we can request for leave to manager.
After successful save, email send to manager with button "View"
I want to implement functionality, where on click on View, direct redirect to browser, check if browser have stored user name and password in cookies. If exist then redirect to that specific request in edit mode to view that record in details.
It should call login event because all values should be in session.
I have windows authentication.
Please give me some direction or any solution to implement this.