0 steave ray posted how to Check if user Logged in/out in oscommerce ? how to Check if user Logged in/out in oscommerce ? Edit Question
0 jabber answered Nov 30 '-1 00:00 you can use tep_session_is_registered function for checking the user session is valid or not<?php if (tep_session_is_registered('customer_id')) { } ?> Edit Answer