<%@ language = VBSCRIPT%> <% OPTION EXPLICIT %> Star Indo Grocery:Your E-Grocery Shop......
Product Search
 
<% FUNCTION Process THIS.InitSession() IF EMPTY(THIS.oSession.GetSessionVar("CookiesOn")) Then lcMethod = LOWER(JUSTSTEM(REQUEST.GetPhysicalPath())) IF lcMethod = "default" Then THIS.ErrorMsg "This site requires HTTP Cookies","describe situation here..." RETURN ELSE THIS.oSession.SetSessionVar "CookiesOn","True" END IF END IF DoDefault() RETURN end function %>