try to do that in asp code
may be in logout.asp (if it exists) or where where u destryoing session, there u put following line
<% Response.Redirect("front.htm") %>
urtrivedi
Posting Virtuoso
1,714 posts since Dec 2008
Reputation Points: 299
Solved Threads: 362
Skill Endorsements: 24
but everytime they log out, it will bring them to view_cart.asp page
Where is the logic in your code that redirects the user to the view_cart.asp page? It would probably be easier to handle the log out with the redirect to your home page in ASP.
JorgeM
Industrious Poster
4,017 posts since Dec 2011
Reputation Points: 294
Solved Threads: 548
Skill Endorsements: 115
I guess if you have logout.asp, you can write this code in it
<% Response.Redirect(Request.ServerVariables("HTTP_REFERER")) %>
urtrivedi
Posting Virtuoso
1,714 posts since Dec 2008
Reputation Points: 299
Solved Threads: 362
Skill Endorsements: 24