
php-session – programming-php – কুইজ মডেল টেস্ট অনুশীলন – 18
8475. You need to count the number of parameters given in the URL by a POST operation. The correct way is:
- count($POST_VARS_PARAM);
- count($HTTP_POST_PARAM);
- count($_POST);
- count($POST_VARS);
8476. How long after the last access will a session “expire” and be subject to garbage collection if, browser is never restarted
- After seconds specified in session.gc_maxlifetime INI setting
- After 1440 seconds
- Expires when the browser is restarted
- Never expires until manually deleted
8477. What is the default PHP session name
- PHPSESID
- PHPIDSESS
- PHPSESSIONID
- PHPSESSID
8478. What sets the location for storing the session information
- session.save
- save_data
- session.save_data
- session.save_handler
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।