Hi,
Long time reader, first time poster here. Hi!
I've got a problem regarding an eLearning system I'm trying to get people to use. The actual system itself is horrible, so I've recreated the course info on our own website. After choosing the course they want, the user then can sign up and pay. Once payment has been received, the course is activated manually by a member of staff clicking a link and the user is emailed with a link to the course on the eLearning system.
This is where I have problems.
The system is session-based and if a user clicks on the link without first visiting the homepage of the system, they're confronted with a blank page.
I'd therefore like a way of redirecting the user to the homepage (to pick up the session variables) and then redirecting them to the relevant course, is this possible? As I'm an accessibility nut, I'd really like to avoid any client-side stuff.
Cheers :)
Long time reader, first time poster here. Hi!
I've got a problem regarding an eLearning system I'm trying to get people to use. The actual system itself is horrible, so I've recreated the course info on our own website. After choosing the course they want, the user then can sign up and pay. Once payment has been received, the course is activated manually by a member of staff clicking a link and the user is emailed with a link to the course on the eLearning system.
This is where I have problems.
The system is session-based and if a user clicks on the link without first visiting the homepage of the system, they're confronted with a blank page.
I'd therefore like a way of redirecting the user to the homepage (to pick up the session variables) and then redirecting them to the relevant course, is this possible? As I'm an accessibility nut, I'd really like to avoid any client-side stuff.
Cheers :)
Comment