Hey Guys,
For my counter, which is written in php, I need to check if a session exists. That way, a user clicking around the site won't increase the counter with each click.

Is there any way to check if a session already exists, so that i can increase the counter only when a new session is created?

Thanks!
Rock On
~AnzJ

Use in-built function session_is_registered()

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.