]> icculus.org git repositories - duncan/yastx-webclient/blob - app/controllers/application.rb
e4e66fd5091ed86a3111793d945d0e92cf761c0b
[duncan/yastx-webclient] / app / controllers / application.rb
1 # Filters added to this controller apply to all controllers in the application.
2 # Likewise, all the methods added will be available for all controllers.
3
4 class ApplicationController < ActionController::Base
5   # Pick a unique cookie name to distinguish our session data from others'
6   session :session_key => '_yast_session_id'
7 end