Results 1 to 2 of 2

Thread: What's a Session?

  1. #1
    Join Date
    Nov 2009
    Posts
    76,596

    Default What's a Session?

    Sessions are blocks of articles, interviews, tutorials and content on a particular creative subject.

    Sessions are hosted around the Tuts+ network depending on where each article fits best. So for example web design posts might appear on Psdtuts+ or Nettuts+. This site is like a table of contents for each session.

    The aim is to provide lots and lots of mini courses on different topics! That way you can get a variety of knowledge about the creative fields.

    From here you might want to jump into our detailed Tuts+ sites to delve deeper into the technical aspects of creativity!



    Keywords:Sessions ,articles, interviews, tutorials ,subject,network depending ,web design posts,mini courses,knowledge , creative fields,delve deeper , technical

  2. #2

    Default

    PHP sessions are used to send user data from one page to another.
    To start a session in
    <?php
    session_start();
    ?>

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •