M
M O J O
(using asp.net 2.0)
Hi,
I have 5-6 large customers each using the same pages, but with their own
themes.
To enter my site, they all have their own urls like ...
http://mysite.com?site=customer1
http://mysite.com?site=customer2
http://mysite.com?site=customer3
and so on.
When they start a session, I test for the site querystring and sets the
theme accordingly. I store their theme in a session variable.
My problem is, when their session times out, I can't tell what theme
they should see.
I can't use cookies to store their theme, because of security/privacy
reasons. Therefore I can't use profiles.
My idea was to add a "site=customerX" to all my urls, but I need a
simple way to add this querystring to all my rendered urls.
Is there a more simple way?
Do you have a better suggestion how to solve this?
Thanks in advance!!!
Mojo
Hi,
I have 5-6 large customers each using the same pages, but with their own
themes.
To enter my site, they all have their own urls like ...
http://mysite.com?site=customer1
http://mysite.com?site=customer2
http://mysite.com?site=customer3
and so on.
When they start a session, I test for the site querystring and sets the
theme accordingly. I store their theme in a session variable.
My problem is, when their session times out, I can't tell what theme
they should see.
I can't use cookies to store their theme, because of security/privacy
reasons. Therefore I can't use profiles.
My idea was to add a "site=customerX" to all my urls, but I need a
simple way to add this querystring to all my rendered urls.
Is there a more simple way?
Do you have a better suggestion how to solve this?
Thanks in advance!!!
Mojo