PHP

How to force cookies, disable php sessid in URL ?

CK1820 
Created at Oct 15, 2007 23:38:22
Updated at Mar 16, 2024 06:03:48 
139   0   0   0  

This commands disables php from rewriting URLs to add a phpsessid, and forces the use of cookie sessions instead. Using cookies is largely thought of as the preferred way to use sessions - both more secure and better for SEO. This can be accomplished by setting the appropriate values in php.ini, or at runtime. This snippet shows a runtime example:

<?php
//These commands must be set BEFORE the session is started
ini_set('session.use_trans_sid', false);
ini_set('session.use_only_cookies', true);
ini_set('url_rewriter.tags', '');

//start session...

 



Tags: Force Cookie PHP PHP Session ID mt_rand php.ini Share on Facebook Share on X

◀ PREVIOUS
How to check if a file exists ?
▶ NEXT
How to make random number ?
  Comments 0
Login for comment
SIMILAR POSTS

How to check if a file exists ? (created at Oct 15, 2007)

How to make random number ? (created at Oct 15, 2007)

form action - detect form post (created at Oct 15, 2007)

How to include a file with error reporting ? (created at Oct 15, 2007)

for loop - simple (created at Oct 15, 2007)

How to ban / block IP addresses (created at Oct 15, 2007)

email validation, simple (created at Oct 15, 2007)

PHP if...else... example (created at Oct 15, 2007)

How to get current filename as variable ? (created at Oct 15, 2007)

PHP form handling example in single page (created at Oct 15, 2007)

How to get reffering URL ? (created at Oct 15, 2007)

How to redirect browser in PHP ? (created at Oct 16, 2007)

PHP date and time formatting (created at Oct 16, 2007)

How to declare array in PHP like C/C++ (created at Oct 16, 2007)

How to pass variables via url (created at Oct 16, 2007)

How to send email in PHP ? (created at Oct 16, 2007)

PHP Switch Example (created at Oct 16, 2007)

Can PHP switch in strings ? (created at Oct 16, 2007)

foreach loop (created at Oct 16, 2007)

How to convert formatted date time string to datetime? (created at Oct 12, 2007)

How to remove or set time limit that defined as max_execution_time in php.ini (created at Sep 18, 2007)

Adding and Subtracting Time (created at Sep 13, 2007)

The three simplest regular expressions you will use in PHP (created at Sep 12, 2007)

Send email Message With PHP (created at Aug 25, 2007)

Array_count_values (created at Aug 25, 2007)

Calculator with basic four functions (created at Aug 25, 2007)

Number Format (created at Aug 25, 2007)

A Function Returns Large Random Numbers (created at Aug 25, 2007)

Function AccountCryptPassword($password,$salt) (created at Aug 25, 2007)

Cardinal Endings (created at Aug 25, 2007)

OTHER POSTS IN THE SAME CATEGORY

Posting to a Wordpress Blog Via XMLRPC Using Blogger API (created at Dec 15, 2007)

foreach loop (created at Oct 16, 2007)

Can PHP switch in strings ? (created at Oct 16, 2007)

PHP Switch Example (created at Oct 16, 2007)

How to send email in PHP ? (created at Oct 16, 2007)

How to pass variables via url (created at Oct 16, 2007)

How to declare array in PHP like C/C++ (created at Oct 16, 2007)

PHP date and time formatting (created at Oct 16, 2007)

How to redirect browser in PHP ? (created at Oct 16, 2007)

How to get current filename as variable ? (created at Oct 15, 2007)

email validation, simple (created at Oct 15, 2007)

How to ban / block IP addresses (created at Oct 15, 2007)

for loop - simple (created at Oct 15, 2007)

form action - detect form post (created at Oct 15, 2007)

How to make random number ? (created at Oct 15, 2007)

How to check if a file exists ? (created at Oct 15, 2007)

How to include a file with error reporting ? (created at Oct 15, 2007)

PHP if...else... example (created at Oct 15, 2007)

PHP form handling example in single page (created at Oct 15, 2007)

How to get reffering URL ? (created at Oct 15, 2007)

How to convert formatted date time string to datetime? (created at Oct 12, 2007)

How to remove or set time limit that defined as max_execution_time in php.ini (created at Sep 18, 2007)

Adding and Subtracting Time (created at Sep 13, 2007)

The three simplest regular expressions you will use in PHP (created at Sep 12, 2007)

Rotate Bitmap (any angle, any center of rotation) (created at Sep 10, 2007)

Send email Message With PHP (created at Aug 25, 2007)

Array_count_values (created at Aug 25, 2007)

Calculator with basic four functions (created at Aug 25, 2007)

Number Format (created at Aug 25, 2007)

A Function Returns Large Random Numbers (created at Aug 25, 2007)

UPDATES

Creating a Pinterest-Style Card Layout with Bootstrap and Masonry (created at Apr 24, 2024)

Mastering Excel Data Importation in PHP (updated at Apr 24, 2024)

JSON format control in PHP (updated at Apr 24, 2024)

Equal Height Blocks in Bootstrap with JavaScript (created at Apr 22, 2024)

How to convert integer to text string ? (updated at Apr 22, 2024)

Checking similarity between two strings in PHP (updated at Apr 21, 2024)

Create Blob Image in HTML based on the given Text, Width and Height in the Center of the Image without saving file (updated at Apr 21, 2024)

How do I determine the client IP type (IPv4/IPv6) in PHP (updated at Apr 16, 2024)

How do I determine the client IP type in Python - IPv4 or IPv6 (updated at Apr 13, 2024)

Getting Started with PyTorch: A Beginner's Guide to Building Your First Neural Network (updated at Apr 09, 2024)

Predicting Buyer Preferences with PyTorch: A Deep Learning Approach (updated at Apr 09, 2024)

Forecasting the Weather with PyTorch: A Beginner's Guide to Temperature Prediction (created at Apr 09, 2024)

PyTorch example to Forcast Stock Price based on 10 days Dataset (created at Apr 09, 2024)

Mastering Model Persistence: Saving and Loading Trained Machine Learning Models in Python (created at Apr 08, 2024)

Harnessing the Power of Random Forest Algorithm in Python (created at Apr 08, 2024)

Understanding and Implementing K-Nearest Neighbors (KNN) Algorithm in Python (created at Apr 08, 2024)

Forecasting with Linear Regression and KNN Regression in Python (updated at Apr 07, 2024)

What is 302 Found Redirection in HTTP 1.1? (created at Apr 04, 2024)

Mastering Random Forest Regression: A Comprehensive Guide with Python Examples (updated at Apr 01, 2024)

Python Implementation of Linear Regression (updated at Apr 01, 2024)

Mastering Supervised Machine Learning with Python: A Comprehensive Guide (created at Apr 01, 2024)

Mastering AI: A Beginner's Guide to Python Programming and Beyond (created at Apr 01, 2024)

How do I create animated background for Google Meet? (updated at Mar 28, 2024)

Building a Simple DNS Server in Delphi with TTL Support (created at Mar 16, 2024)

Implementing a Versatile DNS Server in PHP: Handling A, AAAA, CNAME, and TXT Records (updated at Mar 16, 2024)

Implementing a Versatile DNS Server in Python: Handling A, AAAA, CNAME, and TXT Records (created at Mar 16, 2024)

Building a Basic DNS Server in PHP/Python: A Beginner's Guide (updated at Mar 15, 2024)

Dynamic DNS Made Easy: Building a Python-Based Solution (created at Mar 15, 2024)

Exploring the Depths of Data Transfer: sendfile vs. kTLS (created at Mar 15, 2024)

How Netflix Ensures Smooth Streaming with Open Connect CDN (updated at Mar 15, 2024)