With Drupal, I create pages using the PHP Code input format.

Can I create and use a session that's initialized from my page within Drupal? I mainly want to pass some data between my page and another PHP script on the server. A session would be perfect for that.